projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebcded
)
Fix file local variables c-file-style specification.
author
Glenn Morris
<rgm@gnu.org>
Sat, 3 Feb 2007 21:58:55 +0000
(21:58 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 3 Feb 2007 21:58:55 +0000
(21:58 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index a3ce46a888a19467de3aadfcf8b1ec1e180892e2..1417cf13874b5a6ca936f0cc23e933fb15c86313 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-6894,7
+6894,7
@@
xrealloc (ptr, size)
* tab-width: 8
* fill-column: 79
* c-font-lock-extra-types: ("FILE" "bool" "language" "linebuffer" "fdesc" "node" "regexp")
- * c-file-style:
gnu
+ * c-file-style:
"gnu"
* End:
*/